Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Wed, 15 Jul 2009 02:33:14 +0000 (22:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 15 Jul 2009 02:33:14 +0000 (22:33 -0400)
docs/reference/gtk/migrating-GtkBuilder.sgml

index d18eaf89fe0efd67274a4065b132c8d0c1bba945..66a95cd94ea8357f287feaeaf63c50fba9d82c0f 100644 (file)
@@ -53,7 +53,7 @@ GError* error = NULL;
 GtkBuilder* builder = gtk_builder_new (<!-- -->);
 if (!gtk_builder_add_from_file (builder, FILE, &amp;error))
   {
-    g_warning ("Couldn't load builder file: %amp;s", error->message);
+    g_warning ("Couldn't load builder file: &amp;s", error->message);
     g_error_free (error);
   }
 </screen>